Einhugur Word Plugin for Xojo

Paragraph.AddBookmarkAround Method

Adds bookmark around eerie of paragraph items.

AddBookmarkAround(
   firstParagraphItem as EinhugurWord.ParagraphItem,
   lastParagraphItem as EinhugurWord.ParagraphItem,
   name as String) as EinhugurWord.Bookmark

Parameters

firstParagraphItem
The first paragraph item to add the bookmark around.
lastParagraphItem
The last paragraph item to add the bookmark around.
name
Name of the Bookmark.

Returns

EinhugurWord.Bookmark
New instance of the Bookmark class.

Remarks

Invalid argument exception is thrown if it thinks you have set invalid name for the bookmark.

See Also

Paragraph Class